-
Notifications
You must be signed in to change notification settings - Fork 54
Add Kate installation section #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Kate editor has had LSP support for a while (https://invent.kde.org/utilities/kate/-/commit/9838d5decb94034535e2433213bcdd902650e9ba), preconfiguring it for RLS, but it can just as well support Rust-analyzer.
Fix block formatting
Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left a few grammar suggestions for things that I think would read more naturally.
Thanks, It should be taken care of. |
Ouch, @meven could you submit PR against the rust-analyzer/rust-analyzer repository, as specified in the file's header. I made rust-lang/rust-analyzer#8755 to make this more prominent |
8759: docs: Add Kate installation section r=matklad a=meven Replaces rust-analyzer/rust-analyzer.github.io#111 (comment) Co-authored-by: Méven Car <meven29@gmail.com>
Kate editor has had LSP support for a while (https://invent.kde.org/utilities/kate/-/commit/9838d5decb94034535e2433213bcdd902650e9ba), preconfiguring it for RLS, but it can just as well support Rust-analyzer.